Skip to content

V46 XCFrameworks Fixing - #522

Merged
danoli3 merged 9 commits into
openframeworks:masterfrom
danoli3:v46_xc
Jun 8, 2024
Merged

V46 XCFrameworks Fixing #522
danoli3 merged 9 commits into
openframeworks:masterfrom
danoli3:v46_xc

Conversation

@danoli3

@danoli3 danoli3 commented Jun 8, 2024

Copy link
Copy Markdown
Member

Adding to @dimitre's #520

This fixes Addon embedding for xcframeworks for iOS/macOS/tvOS

Also fixes #521

@dimitre

dimitre commented Jun 8, 2024

Copy link
Copy Markdown
Member

just one observation here

if (fileType == "wrapper.framework" || fileType == ".xcframework") {

should be

if (fileType == "wrapper.framework" || fileType == "wrapper.xcframework") {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

Clean on Xcode not working due to bin/data lacking attributes

2 participants